Networking and Communications:
From interface and application week:
the code for the arduino that i manupulated and decided to upload to the arduino can be found here
program fileson which the idea had the flow of the following path as shown below
after uploading the code to arduino the next step is to get the interface/ the app to switch the LED on and Off
This lead to the development of the next part of networking and communication between devices
In the interfacing i had used one bluetooth module, in this next part i decided to use two bluetooth module to send data like RS-232 or UART with bluetooth
i decided to do a little diging for infomation.
I to write program to control slave uno from a master uno
having have worked on 3D printers,it was evident monitoring of temperature is the most essential part of the whole process and in building of any other device that need close monitoring of the temperature.
using this bluetooth communication i decided to send data of temparature from DS18b20 temperature to the screen in the next control board as shown by the program written above.
for measuring temparature i used is Ds18b20 which looks as follows
the idea was to use the master slave technique of interfacing, on start up the master device initialises the LCD and starts a timer. When the timer finishes it sends out a request for the temprature and the timer is reset at the same time within the main loop. when the it receives the data it is displayed in the screen. the slave majorly wates the request from the master which it send the data afterwords.
the scketches reference used
After connecting and several trials the following was displayed
program file used
program Files